home *** CD-ROM | disk | FTP | other *** search
- Path: pacifica.access.ch!usenet
- From: Robert Wellinger <rwellinger@access.ch>
- Newsgroups: comp.lang.c++
- Subject: LINK Problem with Microsoft C++ 1.52 Help!
- Date: Sat, 17 Feb 1996 13:44:32 +0100
- Organization: Internet Access AG, Zuerich, Switzerland
- Message-ID: <3125CDB0.614B@access.ch>
- NNTP-Posting-Host: gatezh1-06.access.ch
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- Help! Help! I need help!
-
- I'm working with Microsoft Visual C++ 1.52 under Windows 3.11.
- When I compile the my project (it isn't small) there is always this
- error:
-
- LINK Error L2028"
- automatic data segment plus heap exceed 64K
-
- Data declared in DGROUP
- The size of the heap specified in the HEAPSIZE statement in the
- module-definition (.DEF) file
- The size of the stack specified in either the /STACK option or
- the STACKSIZE statement in the .DEF file
-
- Reduce near-data allocation, heap size, or stack size.
-
- But I can't reduce the HEAPSIZE and the STACKSIZE (the project is to
- big) and I need a lot
- of global (static) variables.
-
- If you can help me send E-MAIL to "rwellinger@access.ch"
-
- Kind regards
- Robert Wellinger
-